Chart for WPF and Silverlight > Chart Types > Candle Chart > Changing the Candle Stick Width |
To change the candle stick width, use the SymbolSize property like the following:
C# |
Copy Code
|
---|---|
ds.SymbolSize = new Size(5, 5);
|